Add a rename-to annotation for gtk_tree_path_get_indices_with_depth
authorMatthias Clasen <mclasen@redhat.com>
Sun, 19 Sep 2010 05:15:17 +0000 (01:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 19 Sep 2010 05:15:17 +0000 (01:15 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=621590

gtk/gtktreemodel.c

index 15b978f363e44dc0bd1dfb5f9f5e181776af567f..d80cc3a1c5f0493a625e63e44c351cfafabb6c46 100644 (file)
@@ -634,6 +634,8 @@ gtk_tree_path_get_indices (GtkTreePath *path)
  * Return value: (array length=depth) (transfer none): The current indices, or %NULL.
  *
  * Since: 3.0
+ *
+ * Rename to: gtk_tree_path_get_indices
  **/
 gint *
 gtk_tree_path_get_indices_with_depth (GtkTreePath *path, gint *depth)